Gets a Boolean value determining whether the DeferrableObservableCollection<(Of <(<'T>)>)> is in update mode (BeginUpdate()()()() has been called).

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public bool InUpdate { get; }
Visual Basic
Public ReadOnly Property InUpdate As Boolean
	Get

See Also